@charset "UTF-8";
/* 主题色 */
/* 金刚位 */
.kingkong {
  height: 297px;
  overflow: hidden;
}
.kingkong .module-list {
  margin-top: 27px;
  margin-right: -20px;
}
.kingkong .module-list .module-item {
  float: left;
  width: 285px;
  height: 200px;
  margin-right: 20px;
  border: 1px solid #c2c2c2;
  position: relative;
}
.kingkong .module-list .module-item:hover .mask {
  display: block;
}
.kingkong .module-list .module-item .img {
  width: 86px;
  height: 86px;
  margin: 20px auto 0;
}
.kingkong .module-list .module-item .img img {
  width: 100%;
  height: 100%;
}
.kingkong .module-list .module-item .name {
  margin-top: 15px;
  color: #014484;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.kingkong .module-list .module-item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.kingkong .module-list .module-item .mask .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -17px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}

/* 痛点 */
.pain-spot {
  height: 750px;
  background-color: #ededee;
  overflow: hidden;
}
.pain-spot .title {
  height: 36px;
  line-height: 35px;
  margin-top: 66px;
  text-align: center;
  font-size: 28px;
  vertical-align: baseline;
  font-weight: 500;
}
.pain-spot .title .big {
  font-size: 36px;
  color: #004486;
}
.pain-spot .list {
  margin-top: 45px;
  border: 10px solid #dbdbdb;
}
.pain-spot .list .item {
  float: left;
  width: 33.3%;
  height: 398px;
  background-color: #fff;
}
.pain-spot .list .item:hover {
  background-color: #004486;
}
.pain-spot .list .item:hover .tit, .pain-spot .list .item:hover .desc {
  color: #fff;
}
.pain-spot .list .item:hover .b-btn .btn {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}
.pain-spot .list .item:hover .img .img1 {
  display: none;
}
.pain-spot .list .item:hover .img .img2 {
  display: inline-block;
}
.pain-spot .list .item .img {
  margin-top: 50px;
  text-align: center;
}
.pain-spot .list .item .img .img1 {
  display: inline-block;
}
.pain-spot .list .item .img .img2 {
  display: none;
}
.pain-spot .list .item .tit {
  margin-top: 28px;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
}
.pain-spot .list .item .desc {
  margin-top: 10px;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  color: #595858;
  text-align: center;
}
.pain-spot .list .item .b-btn {
  margin-top: 70px;
  text-align: center;
}
.pain-spot .list .item .b-btn .btn {
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.pain-spot .list .item .b-btn .btn a{ color:#fff}
.pain-spot .list .item .b-btn:hover a{ color:#595858}
.pain-spot .go-more-btn {
  margin-top: 42px;
  text-align: center;
}
.pain-spot .go-more-btn .btn {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}

/* 面对问题 */
.face-question {
  height: 677px;
  overflow: hidden;
}
.face-question .title {
  margin-top: 70px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.face-question .line {
  margin: 16px auto 0;
  height: 3px;
  width: 60px;
  background-color: #004486;
}
.face-question .sub-tit {
  margin-top: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  color: #595858;
}
.face-question .scheme-list {
  margin-top: 42px;
  margin-right: -13px;
}
.face-question .scheme-list .scheme-item {
  float: left;
  width: 290px;
  margin-right: 13px;
}
.face-question .scheme-list .scheme-item:nth-child(1) .box {
  background: url("../images/1-首页-百仕瑞官网-2-08.jpg") no-repeat;
  background-size: cover;
}
.face-question .scheme-list .scheme-item:nth-child(2) .box {
  background: url("../images/1-首页-百仕瑞官网-2-09.jpg") no-repeat;
  background-size: cover;
}
.face-question .scheme-list .scheme-item:nth-child(3) .box {
  background: url("../images/1-首页-百仕瑞官网-2-10.jpg") no-repeat;
  background-size: cover;
}
.face-question .scheme-list .scheme-item:nth-child(4) .box {
  background: url("../images/1-首页-百仕瑞官网-2-11.jpg") no-repeat;
  background-size: cover;
}
.face-question .scheme-list .scheme-item:hover .box .c {
  display: none;
}
.face-question .scheme-list .scheme-item:hover .box .mask {
  display: block;
}
.face-question .scheme-list .scheme-item:hover .desc {
  color: #ea5404;
}
.face-question .scheme-list .scheme-item .box {
  width: 290px;
  height: 187px;
  position: relative;
  overflow: hidden;
}
.face-question .scheme-list .scheme-item .box .c {
  margin-top: 50px;
  height: 86px;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
}
.face-question .scheme-list .scheme-item .box .c .tit {
  margin-top: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.face-question .scheme-list .scheme-item .box .c .msg {
  margin-top: 10px;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  color: #fff;
}
.face-question .scheme-list .scheme-item .box .mask {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.face-question .scheme-list .scheme-item .box .mask .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -17px;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
}
.face-question .scheme-list .scheme-item .desc {
  margin-top: 10px;
  color: #595858;
  font-size: 13px;
  line-height: 26px;
}
.face-question .go-more-btn {
  margin-top: 50px;
  text-align: center;
}
.face-question .go-more-btn .btn {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}

/* 讲师 */
.lecturer {
  height: 765px;
  background: url("../images/1-首页-百仕瑞官网-2-21.jpg") no-repeat;
  background-size: cover;
}
.lecturer .top {
  height: 134px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.lecturer .top .title {
  margin-top: 24px;
  height: 36px;
  line-height: 36px;
  font-size: 36px;
  color: #fff;
  font-weight: 500;
}
.lecturer .top .sub-tit {
  margin-top: 26px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.lecturer .top .sub-tit .ml-26 {
  margin-left: 26px;
}
.lecturer .lecturer-wrapper {
  margin-top: 50px;
  height: 398px;
  background-color: rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper {
  position: relative;
  margin-top: 42px;
  padding: 0 49px;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper .swiper-container .swiper-slide {
  height: 297px;
  border: 1px solid #fff;
  overflow: hidden;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper .swiper-container .swiper-slide .img {
  margin: 30px auto 0;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  overflow: hidden;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper .swiper-container .swiper-slide .img img {
  width: 100%;
  height: 100%;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper .swiper-container .swiper-slide .name {
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}
.lecturer .lecturer-wrapper .lecturer-swiper-wrapper .swiper-container .swiper-slide .tit {
  height: 13px;
  line-height: 13px;
  font-size: 13px;
  color: #fff;
  text-align: center;
  margin-top: 14px;
}
.lecturer .go-more-btn {
  margin-top: 55px;
  text-align: center;
}
.lecturer .go-more-btn .btn {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}

/* 客户案例 */
.custom-case {
  background-color: #fff;
  overflow: hidden;
}
.custom-case .title {
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  margin-top: 55px;
}
.custom-case .line {
  margin: 18px auto 0;
  width: 62px;
  height: 3px;
  background-color: #004486;
}
.custom-case .sub-tit {
  margin-top: 18px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #595858;
}
.custom-case .top-tab {
  margin-top: 55px;
  display: table;
  width: 100%;
}
.custom-case .top-tab li {
  display: table-cell;
}
.custom-case .top-tab li a {
  display: inline-block;
  width: 100%;
  height: 49px;
  border-top: 3px solid #004486;
  line-height: 46px;
  font-size: 16px;
  text-align: center;
  background-color: #ededee;
  color: #595858;
}
.custom-case .top-tab li.on a {
  color: #ea5404;
  border-color: #ea5404;
  background-color: #fff;
}
.custom-case .my-tab-c2 {
  overflow: hidden;
}
.custom-case .my-tab-c2 .case-list {
  margin-right: -28px;
}
.custom-case .my-tab-c2 .case-list .case-item {
  float: left;
  margin-top: 28px;
  margin-right: 28px;
  width: 381px;
  height: 255px;
  position: relative;
}
.custom-case .my-tab-c2 .case-list .case-item:hover .mask {
  display: block;
}
.custom-case .my-tab-c2 .case-list .case-item img {
  width: 100%;
  height: 100%;
}
.custom-case .my-tab-c2 .case-list .case-item .mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.custom-case .my-tab-c2 .case-list .case-item .mask .b-box {
  margin-top: 108px;
  text-align: center;
}
.custom-case .my-tab-c2 .case-list .case-item .mask .b-box .btn {
  width: 124px;
  height: 36px;
  line-height: 34px;
  font-size: 13px;
}
.custom-case .my-tab-c2 .case-list .case-item .mask .b-box .btn.ml-20 {
  margin-left: 20px;
}
.custom-case .my-tab-c2 .case-list .case-item .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.custom-case .go-more-btn {
  margin-top: 42px;
  margin-bottom: 86px;
  text-align: center;
}
.custom-case .go-more-btn .btn {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}

/* 新闻中心 */
.news-center {
  height: 1078px;
  background-color: #ededee;
  overflow: hidden;
}
.news-center .title {
  margin-top: 55px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}
.news-center .c {
  margin-top: 50px;
  height: 860px;
  background-color: #fff;
}
.news-center .c .type-list {
  padding: 0 35px;
}
.news-center .c .type-list .type-item {
  width: 340px;
  float: left;
  overflow: hidden;
}
.news-center .c .type-list .type-item + .type-item {
  margin-left: 55px;
}
.news-center .c .type-list .type-item:nth-child(1) .header {
  background: url("../images/1-首页-百仕瑞官网-2-22.jpg") no-repeat;
  background-size: cover;
}
.news-center .c .type-list .type-item:nth-child(2) .header {
  background: url("../images/1-首页-百仕瑞官网-2-23.jpg") no-repeat;
  background-size: cover;
}
.news-center .c .type-list .type-item:nth-child(3) .header {
  background: url("../images/1-首页-百仕瑞官网-2-24.png") no-repeat;
  background-size: cover;
}
.news-center .c .type-list .type-item .header {
  margin-top: 54px;
  width: 340px;
  height: 120px;
  overflow: hidden;
}
.news-center .c .type-list .type-item .header .type {
  margin-top: 52px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.news-center .c .type-list .type-item .news-list {
  margin-top: 30px;
  height: 500px;
}
.news-center .c .type-list .type-item .news-list .news-item {
  height: 100px;
  border-bottom: 1px solid #ababab;
  overflow: hidden;
}
.news-center .c .type-list .type-item .news-list .news-item:hover .tit, .news-center .c .type-list .type-item .news-list .news-item:hover .info {
  color: #ea5404;
}
.news-center .c .type-list .type-item .news-list .news-item .tit {
  margin-top: 26px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  font-weight: 500;
}
.news-center .c .type-list .type-item .news-list .news-item .info {
  margin-top: 20px;
  color: #595858;
  height: 22px;
  line-height: 22px;
  font-size: 13px;
}
.news-center .c .type-list .type-item .news-list .news-item .info .txt {
  float: left;
  width: 140px;
}
.news-center .c .type-list .type-item .news-list .news-item .info .date {
  float: left;
  margin-left: 8px;
}
.news-center .c .type-list .type-item .news-list .news-item .info .btn {
  float: right;
  width: 84px;
  height: 22px;
  line-height: 20px;
  font-size: 13px;
  border-radius: 11px;
}
.news-center .c .go-more-btn {
  margin-top: 40px;
  text-align: center;
}
.news-center .c .go-more-btn .btn {
  width: 325px;
  height: 56px;
  line-height: 54px;
  font-size: 20px;
}

/* 百仕瑞荣誉 */
.bsw-honor {
  height: 844px;
  background-color: #fff;
  overflow: hidden;
}
.bsw-honor .title {
  margin-top: 74px;
  height: 28px;
  line-height: 28px;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
}
.bsw-honor .tit {
  margin-top: 48px;
  height: 25px;
  line-height: 25px;
  font-size: 20px;
  color: #004486;
  border-left: 8px solid #004486;
  padding-left: 10px;
}
.bsw-honor .honor-swiper {
  margin: 40px 2px 0;
}
.bsw-honor .honor-swiper .swiper-slide::after {
  content: "";
  display: block;
  width: 1px;
  height: 112px;
  background-color: #cbcbcb;
  position: absolute;
  top: 15px;
  right: -1px;
}
.bsw-honor .honor-swiper .swiper-slide .img {
  width: 100%;
  height: 138px;
  text-align: center;
}
.bsw-honor .honor-swiper .swiper-slide .img img {
  width: 127px;
}
.bsw-honor .honor-swiper .swiper-slide .desc {
  margin-top: 20px;
  font-size: 13px;
  line-height: 23px;
  text-align: center;
  color: #595858;
}

/*# sourceMappingURL=index.css.map */
